1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmORDER_FORM_DATA
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmORDER_FORM_DATA))
27         Me.PictureBox1 = New System.Windows.Forms.PictureBox
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.Label2 = New System.Windows.Forms.Label
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.lstproducts = New System.Windows.Forms.ListView
32         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
33         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
34         Me.ColumnHeader8 = New System.Windows.Forms.ColumnHeader
35         Me.ColumnHeader9 = New System.Windows.Forms.ColumnHeader
36         Me.ColumnHeader10 = New System.Windows.Forms.ColumnHeader
37         Me.ColumnHeader11 = New System.Windows.Forms.ColumnHeader
38         Me.txtdesc = New System.Windows.Forms.TextBox
39         Me.Label10 = New System.Windows.Forms.Label
40         Me.Label7 = New System.Windows.Forms.Label
41         Me.txtUnitCost = New System.Windows.Forms.TextBox
42         Me.Label6 = New System.Windows.Forms.Label
43         Me.txtUnit = New System.Windows.Forms.TextBox
44         Me.Label5 = New System.Windows.Forms.Label
45         Me.dtOrderDate = New System.Windows.Forms.DateTimePicker
46         Me.Label4 = New System.Windows.Forms.Label
47         Me.txtsearch = New System.Windows.Forms.TextBox
48         Me.Label3 = New System.Windows.Forms.Label
49         Me.Panel1 = New System.Windows.Forms.Panel
50         Me.Label9 = New System.Windows.Forms.Label
51         Me.txtQTY = New System.Windows.Forms.TextBox
52         Me.Label8 = New System.Windows.Forms.Label
53         Me.txtTotalAmount = New System.Windows.Forms.TextBox
54         Me.cmdLoad = New System.Windows.Forms.Button
55         Me.lstCurrentLoad = New System.Windows.Forms.ListView
56         Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
57         Me.ColumnHeader7 = New System.Windows.Forms.ColumnHeader
58         Me.ColumnHeader12 = New System.Windows.Forms.ColumnHeader
59         Me.ColumnHeader13 = New System.Windows.Forms.ColumnHeader
60         Me.ColumnHeader14 = New System.Windows.Forms.ColumnHeader
61         Me.ColumnHeader15 = New System.Windows.Forms.ColumnHeader
62         Me.ColumnHeader16 = New System.Windows.Forms.ColumnHeader
63         Me.cmdRemove = New System.Windows.Forms.Button
64         Me.txtorderno = New System.Windows.Forms.TextBox
65         Me.txtID = New System.Windows.Forms.TextBox
66         Me.txtQTYi = New System.Windows.Forms.TextBox
67         Me.cmdSave = New System.Windows.Forms.Button
68         Me.cmdClose = New System.Windows.Forms.Button
69         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
70         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
71         Me.GroupBox1.SuspendLayout()
72         Me.Panel1.SuspendLayout()
73         Me.SuspendLayout()
74         
'
75         
'PictureBox1
76         
'
77         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
78         Me.PictureBox1.Location = New System.Drawing.Point(
8, 2)
79         Me.PictureBox1.Name =
"PictureBox1"
80         Me.PictureBox1.Size = New System.Drawing.Size(
49, 49)
81         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
82         Me.PictureBox1.TabIndex =
0
83         Me.PictureBox1.TabStop = False
84         
'
85         
'Label1
86         
'
87         Me.Label1.AutoSize = True
88         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
89         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
90         Me.Label1.Location = New System.Drawing.Point(
63, 9)
91         Me.Label1.Name =
"Label1"
92         Me.Label1.Size = New System.Drawing.Size(
109, 18)
93         Me.Label1.TabIndex =
1
94         Me.Label1.Text =
"Order Details"
95         
'
96         
'Label2
97         
'
98         Me.Label2.AutoSize = True
99         Me.Label2.Location = New System.Drawing.Point(
63, 27)
100         Me.Label2.Name =
"Label2"
101         Me.Label2.Size = New System.Drawing.Size(
152, 13)
102         Me.Label2.TabIndex =
2
103         Me.Label2.Text =
"Show Detail by detail products"
104         
'
105         
'GroupBox1
106         
'
107         Me.GroupBox1.BackColor = System.Drawing.Color.WhiteSmoke
108         Me.GroupBox1.Controls.Add(Me.lstproducts)
109         Me.GroupBox1.Controls.Add(Me.txtdesc)
110         Me.GroupBox1.Controls.Add(Me.Label10)
111         Me.GroupBox1.Controls.Add(Me.Label7)
112         Me.GroupBox1.Controls.Add(Me.txtUnitCost)
113         Me.GroupBox1.Controls.Add(Me.Label6)
114         Me.GroupBox1.Controls.Add(Me.txtUnit)
115         Me.GroupBox1.Controls.Add(Me.Label5)
116         Me.GroupBox1.Controls.Add(Me.dtOrderDate)
117         Me.GroupBox1.Controls.Add(Me.Label4)
118         Me.GroupBox1.Controls.Add(Me.txtsearch)
119         Me.GroupBox1.Controls.Add(Me.Label3)
120         Me.GroupBox1.Controls.Add(Me.Panel1)
121         Me.GroupBox1.Controls.Add(Me.txtQTY)
122         Me.GroupBox1.Controls.Add(Me.Label8)
123         Me.GroupBox1.Controls.Add(Me.txtTotalAmount)
124         Me.GroupBox1.Controls.Add(Me.cmdLoad)
125         Me.GroupBox1.Controls.Add(Me.lstCurrentLoad)
126         Me.GroupBox1.Controls.Add(Me.cmdRemove)
127         Me.GroupBox1.Location = New System.Drawing.Point(
8, 51)
128         Me.GroupBox1.Name =
"GroupBox1"
129         Me.GroupBox1.Size = New System.Drawing.Size(
756, 474)
130         Me.GroupBox1.TabIndex =
3
131         Me.GroupBox1.TabStop = False
132         
'
133         
'lstproducts
134         
'
135         Me.lstproducts.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader8, Me.ColumnHeader9, Me.ColumnHeader10, Me.ColumnHeader11})
136         Me.lstproducts.FullRowSelect = True
137         Me.lstproducts.GridLines = True
138         Me.lstproducts.Location = New System.Drawing.Point(
146, 264)
139         Me.lstproducts.Name =
"lstproducts"
140         Me.lstproducts.Size = New System.Drawing.Size(
598, 274)
141         Me.lstproducts.TabIndex =
2
142         Me.lstproducts.UseCompatibleStateImageBehavior = False
143         Me.lstproducts.View = System.Windows.Forms.View.Details
144         Me.lstproducts.Visible = False
145         
'
146         
'ColumnHeader1
147         
'
148         Me.ColumnHeader1.Text =
"ID"
149         Me.ColumnHeader1.Width =
31
150         
'
151         
'ColumnHeader2
152         
'
153         Me.ColumnHeader2.Text =
"Product Name"
154         Me.ColumnHeader2.Width =
200
155         
'
156         
'ColumnHeader8
157         
'
158         Me.ColumnHeader8.Text =
"Description / Item Number"
159         Me.ColumnHeader8.Width =
160
160         
'
161         
'ColumnHeader9
162         
'
163         Me.ColumnHeader9.Text =
"Unit"
164         
'
165         
'ColumnHeader10
166         
'
167         Me.ColumnHeader10.Text =
"Unit Cost"
168         
'
169         
'ColumnHeader11
170         
'
171         Me.ColumnHeader11.Text =
"QTY"
172         
'
173         
'txtdesc
174         
'
175         Me.txtdesc.BackColor = System.Drawing.Color.White
176         Me.txtdesc.Location = New System.Drawing.Point(
146, 61)
177         Me.txtdesc.Name =
"txtdesc"
178         Me.txtdesc.ReadOnly = True
179         Me.txtdesc.Size = New System.Drawing.Size(
458, 21)
180         Me.txtdesc.TabIndex =
3
181         
'
182         
'Label10
183         
'
184         Me.Label10.AutoSize = True
185         Me.Label10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.Label10.Location = New System.Drawing.Point(
52, 64)
187         Me.Label10.Name =
"Label10"
188         Me.Label10.Size = New System.Drawing.Size(
88, 13)
189         Me.Label10.TabIndex =
15
190         Me.Label10.Text =
"Item Number :"
191         
'
192         
'Label7
193         
'
194         Me.Label7.AutoSize = True
195         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
196         Me.Label7.Location = New System.Drawing.Point(
78, 111)
197         Me.Label7.Name =
"Label7"
198         Me.Label7.Size = New System.Drawing.Size(
62, 13)
199         Me.Label7.TabIndex =
8
200         Me.Label7.Text =
"Quantity :"
201         
'
202         
'txtUnitCost
203         
'
204         Me.txtUnitCost.BackColor = System.Drawing.Color.White
205         Me.txtUnitCost.Enabled = False
206         Me.txtUnitCost.Location = New System.Drawing.Point(
342, 85)
207         Me.txtUnitCost.Name =
"txtUnitCost"
208         Me.txtUnitCost.Size = New System.Drawing.Size(
119, 21)
209         Me.txtUnitCost.TabIndex =
800
210         
'
211         
'Label6
212         
'
213         Me.Label6.AutoSize = True
214         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
215         Me.Label6.Location = New System.Drawing.Point(
272, 88)
216         Me.Label6.Name =
"Label6"
217         Me.Label6.Size = New System.Drawing.Size(
64, 13)
218         Me.Label6.TabIndex =
6
219         Me.Label6.Text =
"Unit Cost :"
220         
'
221         
'txtUnit
222         
'
223         Me.txtUnit.BackColor = System.Drawing.Color.White
224         Me.txtUnit.Enabled = False
225         Me.txtUnit.Location = New System.Drawing.Point(
146, 85)
226         Me.txtUnit.Name =
"txtUnit"
227         Me.txtUnit.Size = New System.Drawing.Size(
100, 21)
228         Me.txtUnit.TabIndex =
700
229         
'
230         
'Label5
231         
'
232         Me.Label5.AutoSize = True
233         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         Me.Label5.Location = New System.Drawing.Point(
104, 88)
235         Me.Label5.Name =
"Label5"
236         Me.Label5.Size = New System.Drawing.Size(
36, 13)
237         Me.Label5.TabIndex =
4
238         Me.Label5.Text =
"Unit :"
239         
'
240         
'dtOrderDate
241         
'
242         Me.dtOrderDate.Location = New System.Drawing.Point(
146, 15)
243         Me.dtOrderDate.Name =
"dtOrderDate"
244         Me.dtOrderDate.Size = New System.Drawing.Size(
207, 21)
245         Me.dtOrderDate.TabIndex =
0
246         
'
247         
'Label4
248         
'
249         Me.Label4.AutoSize = True
250         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         Me.Label4.Location = New System.Drawing.Point(
65, 19)
252         Me.Label4.Name =
"Label4"
253         Me.Label4.Size = New System.Drawing.Size(
75, 13)
254         Me.Label4.TabIndex =
2
255         Me.Label4.Text =
"Order Date :"
256         
'
257         
'txtsearch
258         
'
259         Me.txtsearch.Location = New System.Drawing.Point(
146, 38)
260         Me.txtsearch.Name =
"txtsearch"
261         Me.txtsearch.Size = New System.Drawing.Size(
458, 21)
262         Me.txtsearch.TabIndex =
1
263         
'
264         
'Label3
265         
'
266         Me.Label3.AutoSize = True
267         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
268         Me.Label3.Location = New System.Drawing.Point(
6, 41)
269         Me.Label3.Name =
"Label3"
270         Me.Label3.Size = New System.Drawing.Size(
134, 13)
271         Me.Label3.TabIndex =
0
272         Me.Label3.Text =
"Search Product Name :"
273         
'
274         
'Panel1
275         
'
276         Me.Panel1.BackColor = System.Drawing.Color.Gainsboro
277         Me.Panel1.Controls.Add(Me.Label9)
278         Me.Panel1.Location = New System.Drawing.Point(
6, 169)
279         Me.Panel1.Name =
"Panel1"
280         Me.Panel1.Size = New System.Drawing.Size(
738, 19)
281         Me.Panel1.TabIndex =
13
282         
'
283         
'Label9
284         
'
285         Me.Label9.AutoSize = True
286         Me.Label9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
287         Me.Label9.ForeColor = System.Drawing.Color.Black
288         Me.Label9.Location = New System.Drawing.Point(
3, 1)
289         Me.Label9.Name =
"Label9"
290         Me.Label9.Size = New System.Drawing.Size(
85, 13)
291         Me.Label9.TabIndex =
14
292         Me.Label9.Text =
"Current Order"
293         
'
294         
'txtQTY
295         
'
296         Me.txtQTY.Location = New System.Drawing.Point(
146, 108)
297         Me.txtQTY.Name =
"txtQTY"
298         Me.txtQTY.Size = New System.Drawing.Size(
100, 21)
299         Me.txtQTY.TabIndex =
4
300         
'
301         
'Label8
302         
'
303         Me.Label8.AutoSize = True
304         Me.Label8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
305         Me.Label8.Location = New System.Drawing.Point(
272, 111)
306         Me.Label8.Name =
"Label8"
307         Me.Label8.Size = New System.Drawing.Size(
90, 13)
308         Me.Label8.TabIndex =
10
309         Me.Label8.Text =
"Total Amount :"
310         
'
311         
'txtTotalAmount
312         
'
313         Me.txtTotalAmount.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
314         Me.txtTotalAmount.Enabled = False
315         Me.txtTotalAmount.Location = New System.Drawing.Point(
364, 108)
316         Me.txtTotalAmount.Name =
"txtTotalAmount"
317         Me.txtTotalAmount.Size = New System.Drawing.Size(
97, 21)
318         Me.txtTotalAmount.TabIndex =
11
319         
'
320         
'cmdLoad
321         
'
322         Me.cmdLoad.Enabled = False
323         Me.cmdLoad.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
324         Me.cmdLoad.Location = New System.Drawing.Point(
145, 140)
325         Me.cmdLoad.Name =
"cmdLoad"
326         Me.cmdLoad.Size = New System.Drawing.Size(
147, 23)
327         Me.cmdLoad.TabIndex =
5
328         Me.cmdLoad.Text =
"&Load Selected Product"
329         Me.cmdLoad.UseVisualStyleBackColor = True
330         
'
331         
'lstCurrentLoad
332         
'
333         Me.lstCurrentLoad.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader6, Me.ColumnHeader7, Me.ColumnHeader12, Me.ColumnHeader13, Me.ColumnHeader14, Me.ColumnHeader15, Me.ColumnHeader16})
334         Me.lstCurrentLoad.FullRowSelect = True
335         Me.lstCurrentLoad.GridLines = True
336         Me.lstCurrentLoad.Location = New System.Drawing.Point(
6, 194)
337         Me.lstCurrentLoad.Name =
"lstCurrentLoad"
338         Me.lstCurrentLoad.Size = New System.Drawing.Size(
744, 266)
339         Me.lstCurrentLoad.TabIndex =
14
340         Me.lstCurrentLoad.UseCompatibleStateImageBehavior = False
341         Me.lstCurrentLoad.View = System.Windows.Forms.View.Details
342         
'
343         
'ColumnHeader6
344         
'
345         Me.ColumnHeader6.Text =
"ID"
346         Me.ColumnHeader6.Width =
30
347         
'
348         
'ColumnHeader7
349         
'
350         Me.ColumnHeader7.Text =
"Product Name"
351         Me.ColumnHeader7.Width =
267
352         
'
353         
'ColumnHeader12
354         
'
355         Me.ColumnHeader12.Text =
"Description / Item Number"
356         Me.ColumnHeader12.Width =
180
357         
'
358         
'ColumnHeader13
359         
'
360         Me.ColumnHeader13.Text =
"Unit"
361         Me.ColumnHeader13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
362         
'
363         
'ColumnHeader14
364         
'
365         Me.ColumnHeader14.Text =
"Unit Cost"
366         
'
367         
'ColumnHeader15
368         
'
369         Me.ColumnHeader15.Text =
"Quantity"
370         
'
371         
'ColumnHeader16
372         
'
373         Me.ColumnHeader16.Text =
"TOTAL"
374         
'
375         
'cmdRemove
376         
'
377         Me.cmdRemove.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
378         Me.cmdRemove.Location = New System.Drawing.Point(
298, 140)
379         Me.cmdRemove.Name =
"cmdRemove"
380         Me.cmdRemove.Size = New System.Drawing.Size(
178, 23)
381         Me.cmdRemove.TabIndex =
6
382         Me.cmdRemove.Text =
"&Remove Selected Product"
383         Me.cmdRemove.UseVisualStyleBackColor = True
384         
'
385         
'txtorderno
386         
'
387         Me.txtorderno.Location = New System.Drawing.Point(
432, 27)
388         Me.txtorderno.Name =
"txtorderno"
389         Me.txtorderno.Size = New System.Drawing.Size(
100, 21)
390         Me.txtorderno.TabIndex =
400
391         Me.txtorderno.Visible = False
392         
'
393         
'txtID
394         
'
395         Me.txtID.Location = New System.Drawing.Point(
538, 27)
396         Me.txtID.Name =
"txtID"
397         Me.txtID.Size = New System.Drawing.Size(
100, 21)
398         Me.txtID.TabIndex =
500
399         Me.txtID.Visible = False
400         
'
401         
'txtQTYi
402         
'
403         Me.txtQTYi.Location = New System.Drawing.Point(
326, 27)
404         Me.txtQTYi.Name =
"txtQTYi"
405         Me.txtQTYi.Size = New System.Drawing.Size(
100, 21)
406         Me.txtQTYi.TabIndex =
600
407         Me.txtQTYi.Visible = False
408         
'
409         
'cmdSave
410         
'
411         Me.cmdSave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
412         Me.cmdSave.Location = New System.Drawing.Point(
16, 531)
413         Me.cmdSave.Name =
"cmdSave"
414         Me.cmdSave.Size = New System.Drawing.Size(
75, 27)
415         Me.cmdSave.TabIndex =
7
416         Me.cmdSave.Text =
"&Save"
417         Me.cmdSave.UseVisualStyleBackColor = True
418         
'
419         
'cmdClose
420         
'
421         Me.cmdClose.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
422         Me.cmdClose.Location = New System.Drawing.Point(
97, 531)
423         Me.cmdClose.Name =
"cmdClose"
424         Me.cmdClose.Size = New System.Drawing.Size(
75, 27)
425         Me.cmdClose.TabIndex =
8
426         Me.cmdClose.Text =
"&Close"
427         Me.cmdClose.UseVisualStyleBackColor = True
428         
'
429         
'Timer1
430         
'
431         Me.Timer1.Interval =
500
432         
'
433         
'FrmORDER_FORM_DATA
434         
'
435         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
436         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
437         Me.BackColor = System.Drawing.Color.WhiteSmoke
438         Me.ClientSize = New System.Drawing.Size(
770, 567)
439         Me.Controls.Add(Me.cmdClose)
440         Me.Controls.Add(Me.cmdSave)
441         Me.Controls.Add(Me.txtQTYi)
442         Me.Controls.Add(Me.txtID)
443         Me.Controls.Add(Me.txtorderno)
444         Me.Controls.Add(Me.GroupBox1)
445         Me.Controls.Add(Me.Label2)
446         Me.Controls.Add(Me.Label1)
447         Me.Controls.Add(Me.PictureBox1)
448         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
450         Me.Name =
"FrmORDER_FORM_DATA"
451         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
452         Me.Text =
"Order Form"
453         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
454         Me.GroupBox1.ResumeLayout(False)
455         Me.GroupBox1.PerformLayout()
456         Me.Panel1.ResumeLayout(False)
457         Me.Panel1.PerformLayout()
458         Me.ResumeLayout(False)
459         Me.PerformLayout()
460
461     End Sub
462     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
463     Friend WithEvents Label1 As System.Windows.Forms.Label
464     Friend WithEvents Label2 As System.Windows.Forms.Label
465     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
466     Friend WithEvents dtOrderDate As System.Windows.Forms.DateTimePicker
467     Friend WithEvents Label4 As System.Windows.Forms.Label
468     Friend WithEvents txtsearch As System.Windows.Forms.TextBox
469     Friend WithEvents Label3 As System.Windows.Forms.Label
470     Friend WithEvents txtorderno As System.Windows.Forms.TextBox
471     Friend WithEvents lstproducts As System.Windows.Forms.ListView
472     Friend WithEvents txtUnitCost As System.Windows.Forms.TextBox
473     Friend WithEvents Label6 As System.Windows.Forms.Label
474     Friend WithEvents txtUnit As System.Windows.Forms.TextBox
475     Friend WithEvents Label5 As System.Windows.Forms.Label
476     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
477     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
478     Friend WithEvents Panel1 As System.Windows.Forms.Panel
479     Friend WithEvents cmdLoad As System.Windows.Forms.Button
480     Friend WithEvents txtTotalAmount As System.Windows.Forms.TextBox
481     Friend WithEvents Label8 As System.Windows.Forms.Label
482     Friend WithEvents txtQTY As System.Windows.Forms.TextBox
483     Friend WithEvents Label7 As System.Windows.Forms.Label
484     Friend WithEvents Label9 As System.Windows.Forms.Label
485     Friend WithEvents lstCurrentLoad As System.Windows.Forms.ListView
486     Friend WithEvents txtID As System.Windows.Forms.TextBox
487     Friend WithEvents txtQTYi As System.Windows.Forms.TextBox
488     Friend WithEvents cmdSave As System.Windows.Forms.Button
489     Friend WithEvents cmdClose As System.Windows.Forms.Button
490     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
491     Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
492     Friend WithEvents Timer1 As System.Windows.Forms.Timer
493     Friend WithEvents cmdRemove As System.Windows.Forms.Button
494     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
495     Friend WithEvents Label10 As System.Windows.Forms.Label
496     Friend WithEvents ColumnHeader12 As System.Windows.Forms.ColumnHeader
497     Friend WithEvents ColumnHeader13 As System.Windows.Forms.ColumnHeader
498     Friend WithEvents ColumnHeader14 As System.Windows.Forms.ColumnHeader
499     Friend WithEvents ColumnHeader15 As System.Windows.Forms.ColumnHeader
500     Friend WithEvents ColumnHeader16 As System.Windows.Forms.ColumnHeader
501     Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
502     Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
503     Friend WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
504     Friend WithEvents ColumnHeader11 As System.Windows.Forms.ColumnHeader
505 End Class


Gõ tìm kiếm nhanh...